Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preliminary PR #5

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Preliminary PR #5

wants to merge 56 commits into from

Conversation

jlikesplants
Copy link

Sarah Kane & Justine Winnie

Sarah's going to keep working on this for a bit but I'm doing the PR now for ease since I forked it.

Points of pride:
Sarah learning Istanbul and doing hella testing!
Justine making a dependency injection work!

jlikesplants and others added 30 commits June 14, 2016 14:45
request.get("http://localhost:3000/customers", function(error, response, body) {
var customers = JSON.parse(body)
expect(typeof customers).toEqual('object')
done()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your test description states that this should be an array, but it looks like you are actually verifying that it is an object.

@emgord
Copy link

emgord commented Jul 5, 2016

Great job on this project! You were really consistent setting up patterns throughout your project and following them through the app. You did an excellent job with error handling and writing tests to ensure your code is behaving as expected. Awesome work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants